expander: Flip the alignment of the vertical box
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 05:19:31 +0000 (00:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 05:19:31 +0000 (00:19 -0500)
commit2a665715b6189b51d001a948257f67d878014580
tree8d86be394f6906cd56cc41878a17ad24d5b237f4
parent296f80a580b1b9c62a9acc52f3ab713b9662409f
expander: Flip the alignment of the vertical box

To ensure that the title moves to the other side as expected
in RTL, use GTK_ALIGN_START/END instead of GTK_ALIGN_FILL
when packing the title gadget into the vertical box, and
flip the alignment when the text direction changes.
gtk/gtkexpander.c